home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / ungepackte_daten / 1994 / 5 / 02 / tips & tricks / showenv.bat < prev   
Encoding:
DOS Batch File  |  1995-06-01  |  154 b   |  7 lines

  1. ; zeige alle environment-Variablen (sortiert)
  2.  
  3. set pipe "pipe:showenv.$process"
  4. list env:~(#?.info) quick nohead files to "$pipe"
  5. sort from "$pipe" to *
  6.  
  7.